home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat España 17
/
MacFormat 17 (Spain)
/
MacFormat 17.bin
/
Extras
/
FileMaker Pro 3.0 CD Extras
/
FileMaker And Apple Events
/
Syntax Examples
/
Events
/
Next and Previous Examples
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-01-24
|
279 b
|
10 lines
tell application "FileMaker Pro"
record after record 1
cell after cell 2 of record 1
cell before cell 2 of record 1 as text
cell before cell 2 of record 1
record before record 2
record before record 2 as text
show record after record 2
show layout after layout 1
end tell